C1.Maui.Grid Assembly / C1.Maui.Grid Namespace / FlexGridDetailProvider<TItem> Class / HideDetailAsync Method
The index of the original row.
In This Topic
HideDetailAsync Method (FlexGridDetailProvider<TItem>)
In This Topic
Hides the detail row.
Syntax
public Task HideDetailAsync( 
   int index
)

Parameters

index
The index of the original row.
See Also